Provides typed access to the value in a column, including the ability to evaluate expressions
Properties
| Name | Returns | Notes | Example |
|---|---|---|---|
| dataBinder | DataBinder |
Methods
| Name | Returns | Notes | Example |
|---|---|---|---|
| getRawVal ( args, fieldName ) | Object | ||
| getRawVal ( args, col ) | Object | ||
| getString ( args, fieldName ) | String | ||
| getBigDecimal ( args, fieldName ) | BigDecimal | ||
| getInteger ( args, fieldName ) | Integer | ||
| getBoolean ( args, fieldName ) | Boolean | ||
| getDate ( args, fieldName ) | Date | ||
| hasKey ( name ) | boolean | ||
| getValuesMap ( args ) | Map | Return a map of attributes and column values | |
| parseDate ( o ) | Date |
Hide comments